supportsEffects

abstract fun supportsEffects(block: DesignBlock): Boolean

Queries whether the block supports effects.

Return

true if the block can render effects, false otherwise.

Parameters

block

the block to query.